3.1.18 \(\int \frac {c+d x}{a+a \coth (e+f x)} \, dx\) [18]

Optimal. Leaf size=74 \[ \frac {d x}{4 a f}+\frac {(c+d x)^2}{4 a d}-\frac {d}{4 f^2 (a+a \coth (e+f x))}-\frac {c+d x}{2 f (a+a \coth (e+f x))} \]

[Out]

1/4*d*x/a/f+1/4*(d*x+c)^2/a/d-1/4*d/f^2/(a+a*coth(f*x+e))+1/2*(-d*x-c)/f/(a+a*coth(f*x+e))

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 74, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {3804, 3560, 8} \begin {gather*} -\frac {c+d x}{2 f (a \coth (e+f x)+a)}+\frac {(c+d x)^2}{4 a d}-\frac {d}{4 f^2 (a \coth (e+f x)+a)}+\frac {d x}{4 a f} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c + d*x)/(a + a*Coth[e + f*x]),x]

[Out]

(d*x)/(4*a*f) + (c + d*x)^2/(4*a*d) - d/(4*f^2*(a + a*Coth[e + f*x])) - (c + d*x)/(2*f*(a + a*Coth[e + f*x]))

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 3560

Int[((a_) + (b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[a*((a + b*Tan[c + d*x])^n/(2*b*d*n)), x] +
Dist[1/(2*a), Int[(a + b*Tan[c + d*x])^(n + 1), x], x] /; FreeQ[{a, b, c, d}, x] && EqQ[a^2 + b^2, 0] && LtQ[n
, 0]

Rule 3804

Int[((c_.) + (d_.)*(x_))^(m_.)/((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)]), x_Symbol] :> Simp[(c + d*x)^(m + 1)/(2*
a*d*(m + 1)), x] + (Dist[a*d*(m/(2*b*f)), Int[(c + d*x)^(m - 1)/(a + b*Tan[e + f*x]), x], x] - Simp[a*((c + d*
x)^m/(2*b*f*(a + b*Tan[e + f*x]))), x]) /; FreeQ[{a, b, c, d, e, f}, x] && EqQ[a^2 + b^2, 0] && GtQ[m, 0]

Rubi steps

\begin {align*} \int \frac {c+d x}{a+a \coth (e+f x)} \, dx &=\frac {(c+d x)^2}{4 a d}-\frac {c+d x}{2 f (a+a \coth (e+f x))}+\frac {d \int \frac {1}{a+a \coth (e+f x)} \, dx}{2 f}\\ &=\frac {(c+d x)^2}{4 a d}-\frac {d}{4 f^2 (a+a \coth (e+f x))}-\frac {c+d x}{2 f (a+a \coth (e+f x))}+\frac {d \int 1 \, dx}{4 a f}\\ &=\frac {d x}{4 a f}+\frac {(c+d x)^2}{4 a d}-\frac {d}{4 f^2 (a+a \coth (e+f x))}-\frac {c+d x}{2 f (a+a \coth (e+f x))}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.17, size = 81, normalized size = 1.09 \begin {gather*} \frac {2 c f (-1+2 f x)+d \left (-1-2 f x+2 f^2 x^2\right )+\left (2 c f (1+2 f x)+d \left (1+2 f x+2 f^2 x^2\right )\right ) \coth (e+f x)}{8 a f^2 (1+\coth (e+f x))} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x)/(a + a*Coth[e + f*x]),x]

[Out]

(2*c*f*(-1 + 2*f*x) + d*(-1 - 2*f*x + 2*f^2*x^2) + (2*c*f*(1 + 2*f*x) + d*(1 + 2*f*x + 2*f^2*x^2))*Coth[e + f*
x])/(8*a*f^2*(1 + Coth[e + f*x]))

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(164\) vs. \(2(69)=138\).
time = 1.36, size = 165, normalized size = 2.23

method result size
risch \(\frac {d \,x^{2}}{4 a}+\frac {c x}{2 a}+\frac {\left (2 d x f +2 c f +d \right ) {\mathrm e}^{-2 f x -2 e}}{8 a \,f^{2}}\) \(46\)
derivativedivides \(\frac {-c f \left (\frac {\sinh \left (f x +e \right ) \cosh \left (f x +e \right )}{2}-\frac {f x}{2}-\frac {e}{2}\right )+d e \left (\frac {\sinh \left (f x +e \right ) \cosh \left (f x +e \right )}{2}-\frac {f x}{2}-\frac {e}{2}\right )-d \left (\frac {\left (f x +e \right ) \cosh \left (f x +e \right ) \sinh \left (f x +e \right )}{2}-\frac {\left (f x +e \right )^{2}}{4}-\frac {\left (\cosh ^{2}\left (f x +e \right )\right )}{4}\right )+\frac {c f \left (\cosh ^{2}\left (f x +e \right )\right )}{2}-\frac {d e \left (\cosh ^{2}\left (f x +e \right )\right )}{2}+d \left (\frac {\left (f x +e \right ) \left (\cosh ^{2}\left (f x +e \right )\right )}{2}-\frac {\sinh \left (f x +e \right ) \cosh \left (f x +e \right )}{4}-\frac {f x}{4}-\frac {e}{4}\right )}{f^{2} a}\) \(165\)
default \(\frac {-c f \left (\frac {\sinh \left (f x +e \right ) \cosh \left (f x +e \right )}{2}-\frac {f x}{2}-\frac {e}{2}\right )+d e \left (\frac {\sinh \left (f x +e \right ) \cosh \left (f x +e \right )}{2}-\frac {f x}{2}-\frac {e}{2}\right )-d \left (\frac {\left (f x +e \right ) \cosh \left (f x +e \right ) \sinh \left (f x +e \right )}{2}-\frac {\left (f x +e \right )^{2}}{4}-\frac {\left (\cosh ^{2}\left (f x +e \right )\right )}{4}\right )+\frac {c f \left (\cosh ^{2}\left (f x +e \right )\right )}{2}-\frac {d e \left (\cosh ^{2}\left (f x +e \right )\right )}{2}+d \left (\frac {\left (f x +e \right ) \left (\cosh ^{2}\left (f x +e \right )\right )}{2}-\frac {\sinh \left (f x +e \right ) \cosh \left (f x +e \right )}{4}-\frac {f x}{4}-\frac {e}{4}\right )}{f^{2} a}\) \(165\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x+c)/(a+a*coth(f*x+e)),x,method=_RETURNVERBOSE)

[Out]

1/f^2/a*(-c*f*(1/2*sinh(f*x+e)*cosh(f*x+e)-1/2*f*x-1/2*e)+d*e*(1/2*sinh(f*x+e)*cosh(f*x+e)-1/2*f*x-1/2*e)-d*(1
/2*(f*x+e)*cosh(f*x+e)*sinh(f*x+e)-1/4*(f*x+e)^2-1/4*cosh(f*x+e)^2)+1/2*c*f*cosh(f*x+e)^2-1/2*d*e*cosh(f*x+e)^
2+d*(1/2*(f*x+e)*cosh(f*x+e)^2-1/4*sinh(f*x+e)*cosh(f*x+e)-1/4*f*x-1/4*e))

________________________________________________________________________________________

Maxima [A]
time = 0.29, size = 76, normalized size = 1.03 \begin {gather*} \frac {1}{4} \, c {\left (\frac {2 \, {\left (f x + e\right )}}{a f} + \frac {e^{\left (-2 \, f x - 2 \, e\right )}}{a f}\right )} + \frac {{\left (2 \, f^{2} x^{2} e^{\left (2 \, e\right )} + {\left (2 \, f x + 1\right )} e^{\left (-2 \, f x\right )}\right )} d e^{\left (-2 \, e\right )}}{8 \, a f^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)/(a+a*coth(f*x+e)),x, algorithm="maxima")

[Out]

1/4*c*(2*(f*x + e)/(a*f) + e^(-2*f*x - 2*e)/(a*f)) + 1/8*(2*f^2*x^2*e^(2*e) + (2*f*x + 1)*e^(-2*f*x))*d*e^(-2*
e)/(a*f^2)

________________________________________________________________________________________

Fricas [A]
time = 0.40, size = 113, normalized size = 1.53 \begin {gather*} \frac {{\left (2 \, d f^{2} x^{2} + 2 \, c f + 2 \, {\left (2 \, c f^{2} + d f\right )} x + d\right )} \cosh \left (f x + \cosh \left (1\right ) + \sinh \left (1\right )\right ) + {\left (2 \, d f^{2} x^{2} - 2 \, c f + 2 \, {\left (2 \, c f^{2} - d f\right )} x - d\right )} \sinh \left (f x + \cosh \left (1\right ) + \sinh \left (1\right )\right )}{8 \, {\left (a f^{2} \cosh \left (f x + \cosh \left (1\right ) + \sinh \left (1\right )\right ) + a f^{2} \sinh \left (f x + \cosh \left (1\right ) + \sinh \left (1\right )\right )\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)/(a+a*coth(f*x+e)),x, algorithm="fricas")

[Out]

1/8*((2*d*f^2*x^2 + 2*c*f + 2*(2*c*f^2 + d*f)*x + d)*cosh(f*x + cosh(1) + sinh(1)) + (2*d*f^2*x^2 - 2*c*f + 2*
(2*c*f^2 - d*f)*x - d)*sinh(f*x + cosh(1) + sinh(1)))/(a*f^2*cosh(f*x + cosh(1) + sinh(1)) + a*f^2*sinh(f*x +
cosh(1) + sinh(1)))

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 250 vs. \(2 (58) = 116\).
time = 0.53, size = 250, normalized size = 3.38 \begin {gather*} \begin {cases} \frac {2 c f^{2} x \tanh {\left (e + f x \right )}}{4 a f^{2} \tanh {\left (e + f x \right )} + 4 a f^{2}} + \frac {2 c f^{2} x}{4 a f^{2} \tanh {\left (e + f x \right )} + 4 a f^{2}} + \frac {2 c f}{4 a f^{2} \tanh {\left (e + f x \right )} + 4 a f^{2}} + \frac {d f^{2} x^{2} \tanh {\left (e + f x \right )}}{4 a f^{2} \tanh {\left (e + f x \right )} + 4 a f^{2}} + \frac {d f^{2} x^{2}}{4 a f^{2} \tanh {\left (e + f x \right )} + 4 a f^{2}} - \frac {d f x \tanh {\left (e + f x \right )}}{4 a f^{2} \tanh {\left (e + f x \right )} + 4 a f^{2}} + \frac {d f x}{4 a f^{2} \tanh {\left (e + f x \right )} + 4 a f^{2}} + \frac {d}{4 a f^{2} \tanh {\left (e + f x \right )} + 4 a f^{2}} & \text {for}\: f \neq 0 \\\frac {c x + \frac {d x^{2}}{2}}{a \coth {\left (e \right )} + a} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)/(a+a*coth(f*x+e)),x)

[Out]

Piecewise((2*c*f**2*x*tanh(e + f*x)/(4*a*f**2*tanh(e + f*x) + 4*a*f**2) + 2*c*f**2*x/(4*a*f**2*tanh(e + f*x) +
 4*a*f**2) + 2*c*f/(4*a*f**2*tanh(e + f*x) + 4*a*f**2) + d*f**2*x**2*tanh(e + f*x)/(4*a*f**2*tanh(e + f*x) + 4
*a*f**2) + d*f**2*x**2/(4*a*f**2*tanh(e + f*x) + 4*a*f**2) - d*f*x*tanh(e + f*x)/(4*a*f**2*tanh(e + f*x) + 4*a
*f**2) + d*f*x/(4*a*f**2*tanh(e + f*x) + 4*a*f**2) + d/(4*a*f**2*tanh(e + f*x) + 4*a*f**2), Ne(f, 0)), ((c*x +
 d*x**2/2)/(a*coth(e) + a), True))

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 62, normalized size = 0.84 \begin {gather*} \frac {{\left (2 \, d f^{2} x^{2} e^{\left (2 \, f x + 2 \, e\right )} + 4 \, c f^{2} x e^{\left (2 \, f x + 2 \, e\right )} + 2 \, d f x + 2 \, c f + d\right )} e^{\left (-2 \, f x - 2 \, e\right )}}{8 \, a f^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)/(a+a*coth(f*x+e)),x, algorithm="giac")

[Out]

1/8*(2*d*f^2*x^2*e^(2*f*x + 2*e) + 4*c*f^2*x*e^(2*f*x + 2*e) + 2*d*f*x + 2*c*f + d)*e^(-2*f*x - 2*e)/(a*f^2)

________________________________________________________________________________________

Mupad [B]
time = 1.26, size = 76, normalized size = 1.03 \begin {gather*} \frac {\frac {d\,x^2}{4}+\left (\frac {c}{2}+\frac {d}{4\,f}\right )\,x}{a}-\frac {\frac {\frac {d}{4}+\frac {c\,f}{2}}{f^2}-x\,\left (\frac {c}{2}-\frac {d}{4\,f}\right )+x\,\left (\frac {c}{2}+\frac {d}{4\,f}\right )}{a+a\,\mathrm {coth}\left (e+f\,x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + d*x)/(a + a*coth(e + f*x)),x)

[Out]

(x*(c/2 + d/(4*f)) + (d*x^2)/4)/a - ((d/4 + (c*f)/2)/f^2 - x*(c/2 - d/(4*f)) + x*(c/2 + d/(4*f)))/(a + a*coth(
e + f*x))

________________________________________________________________________________________